/* css reset */

ul,li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,ol,ul,li,img,button,input {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-family: ArialMT, PingFangSC-Medium, PingFang SC;
}

html,body,div,p,span,img,ul,li,dl,dd,dt,em,strong {
    margin: 0;
    padding: 0;
    border: none;
    font-family: ArialMT, PingFangSC-Medium, PingFang SC;
    font-weight: normal;
}

html,body {
    width: 100%;
    margin-right: 0;
    overflow-x: hidden;
}

html {
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.1s ease-in-out;
    /* Safari and Chrome */
    -o-transition: all 0.1s ease-in-out;
    /* Opera */
}

a {
    cursor: pointer;
    color: #0047bb;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    /* color: #0047bb; */
}

a:visited, a:focus{
    text-decoration:none;
}

img {
    vertical-align: middle;
}

:after,
:before {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.clearfix::after {
    clear: both;
    display: table;
    content: ' ';
}

/* css reset */


/* public css start -- all sections common style */
.sections {
    width: 100%;
    height: auto;
}
.sections .containers {
    max-width: 1220px;
    height: auto;
    margin: 0 auto;
    padding: 120px 0;
}
.sections .containers > h2 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 40px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
}
.sections .containers > h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #FF671F;
    margin: 30px auto 0;
}
.sections .containers .register-btn {
    width: 400px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    font-family: Roboto;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background: #3682FF;
    border-radius: 30px;
    margin: 0 auto;
    display: block;
}
/* public css end -- all sections common style */


/* section1 start */
#section1 {
    background: url('../img/banner.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
}
#section1 .containers {
    padding: 0;
}
#section1 .content-left {
    width: 60%;
    padding: 90px 0 83px 0;
    position: relative;
    z-index: 99;
}
#section1 .content-left h1 {
    height: auto;
    font-size: 100px;
    font-family: Roboto;
    font-weight: bold;
    color: #FFFFFF;
}
#section1 .content-left p {
    width: 100%;
    height: auto;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    margin: 50px 0 70px 0;
    color: #FFFFFF;
}
#section1 .content-left ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section1 .content-left ul li {
    width: 50%;
    height: auto;
    margin-bottom: 30px;
    position: relative;
    padding-left: 50px;
}
#section1 .content-left ul li img {
    width: 35px;
    height: 34px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}
#section1 .content-left ul li span {
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
}
#section1 .content-left > a {
    display: block;
    margin: 20px 0 0 0;
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #3682FF;
    font-size: 26px;
    font-family: Roboto;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 30px;
}
#section1 .content-right {
    margin-left: -70px;
    width: 887px;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 146px;
}
#section1 .content-right img {
    max-width: 887px;
    width: auto;
    height: 100%;
    display: block;
}

/* section1 end */

/* section2 start*/
#section2 {
    width: 100%;
    height: auto;
    background: #F5F6FA;
}
#section2 .containers > p {
    margin: 20px 0 60px 0;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    text-align: center;
}
#section2 .containers > p:nth-of-type(1) {
    margin: 20px 0;
}
#section2 .content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section2 .content .content-left {
    width: 50%;
    height: auto;
    padding: 30px 0 0 6px;
}
#section2 .content .content-left img {
    width: 486px;
    height: auto;
    display: inline-block;
}
#section2 .content .content-right {
    width: 50%;
    height: auto;
}
#section2 .content .content-right ul {
    width: 100%;
    height: auto;
}

#section2 .content .content-right ul li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #E3E3E3;;
    padding-left: 25px;
    position: relative;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 50px;
    box-sizing: border-box;
}
#section2 .content .content-right ul li i {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 13px;
    border-color: transparent transparent transparent #3682FF;
}
#section2 .content .content-right > p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: 30px;
}
/* section2 end*/

/* section3 start */
#section3 .content {
    width: 100%;
    max-width: 1130px;
    height: auto;
    margin: 60px auto 0;
}
#section3 .content img {
    width: 1200px;
    height: 767px;
    margin: 0 auto;
    display: block;
}
#section3 #tvIframe{
    height: 540px;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #e0e3eb;
}
#section3 .code-box{
    max-width: 1200px;
    margin: 60px auto 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px #CAC9C9;
    border-radius: 20px;
    padding:65px 0 40px;
}
#section3 .code-name img{
    width: 90px;
    height: 90px;
    margin-left: 32px;
    margin-right: 20px;
}
#section3 .code-btn .sell-btn{
    display: inline-block;
    width: 204px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    background: #009E4A;
    box-shadow: 18px 17px 9px 0px rgba(208, 228, 208, 0.56);
    opacity: 0.95;
    border-radius: 5px;
    font-size: 36px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 30px;
}
#section3 .code-btn .buy-btn{
    display: inline-block;
    width: 204px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    background: #EC4330;
    box-shadow: 18px 17px 9px 0px rgba(228, 208, 208, 0.56);
    opacity: 0.95;
    border-radius: 5px;
    font-size: 36px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 30px;
}
#section3 .code-price .nowPrice{
    font-size: 60px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
    line-height: 60px;
    display: inline-block;
    margin-right: 15px;
}
#section3 .code-price .dailyPercent{
    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
    color: #009E4A;
    line-height: 24px;
    display: inline-block;
}
#section3 .code-price .dailyPercent.down{
    color: #EC4330;
}
#section3 .code-price .dailyPercent.up{
    color: #009E4A;
}
#section3 .code-price  .code-minmax{
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    display: inline-block;
    margin-top:10px;
    margin-left: 10px;
}
#section3 .code-price  .code-minmax span{
    margin-right: 20px;
}
#section3 .code-price .deily-status.down::before{
    content:'+';
    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
    color: #EC4330;
    line-height: 24px;
    display: inline-block;
}
#section3 .code-price .deily-status.up::before{
    content:'-';
    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
    color: #009E4A;
    line-height: 24px;
    display: inline-block;
}
#section3 .code-box .code-name,
#section3 .code-box .code-price,
#section3 .code-box .code-btn{
    display: inline-block;
    vertical-align: top;
}
#section3 .code-btn{
    float: right;
    margin-right: 35px;
}
/* section3 end */

/* section4 start */
#section4 {
    width: 100%;
    height: auto;
    background: #F5F6FA;
}
#section4 .containers > p {
    margin: 20px auto 60px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 36px;
}
#section4 .containers ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section4 .containers ul li {
    width: 280px;
    height: auto;
    padding: 50px 20px 35px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px #E5E5E5;
    border-radius: 5px;
}
#section4 .containers ul li:nth-of-type(3) {
    padding: 50px 15px 35px;
}
#section4 .containers ul li .li-top {
    width: 100%;
    height: 170px;
    text-align: center;
}
#section4 .containers ul li .li-top img {
    width: 132px;
    height: 104px;
    display: inline-block;
}
#section4 .containers ul li .li-top h3 {
    margin-top: 20px;
    height: auto;
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
}
#section4 .containers ul li p {
    margin-top: 30px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
/* section4 end */

/* section5 start */
#section5 .containers > p  {
    margin: 20px auto 60px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 24px;
}
#section5 .containers .content {
    width: 100%;
    height: auto;
}
#section5 .containers .content ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section5 .containers .content ul li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section5 .containers .content ul li:not(:last-child) {
    margin-bottom: 80px;
}
#section5 .containers .content ul li > div {
    width: 50%;
    height: auto;
}
#section5 .containers .content ul li > div h3 {
    margin-bottom: 25px;
    font-size: 24px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}
#section5 .containers .content ul li > div p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
#section5 .containers .content ul li > div img {
    width: 560px;
    height: 350px;
    display: block;
    margin: 0 auto;
}
#section5 .containers .content ul li:last-child > div img {
    height: 388px;
}
/* section5 end */

/* section6 start */
#section6 {
    width: 100%;
    height: auto;
    background: url('../img/section6-bg.jpg') no-repeat;
    background-size: 100% 100%;
}
#section6 .containers h2 {
    color: #fff;
}
#section6 .content {
    width: 100%;
    height: auto;
}
#section6 .content .table {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 55px auto;
}
#section6 .content .table ul {
    height: auto;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section6 .content .table ul:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(202, 201, 201, 0.6);
}
#section6 .content .table ul li {
    width: 25%;
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 500;
    color: #333333;
    text-align: center;
}
#section6 .content .table ul:not(:first-child) li {
    border-bottom: 1px solid #D5D3D3;
}
#section6 .content .table ul li:nth-of-type(1) {
    width: 50%;
    text-align: left;
}
#section6 .content .table ul li img {
    display:inline-block;
    width: 25px;
    height: 25px;
}
#section6 .content > p {
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
#section6 .content > img {
    display: block;
    width: 31px;
    height: 31px;
    margin: 35px auto;
}
#section6 .containers .content > a {
    background: #FF671F;
    margin-top: 35px;
}
/* section6 end */

/* section7 start */
#section7 {
    width: 100%;
    height: auto;
    background: #F5F6FA;
}
#section7 .containers > p {
    margin: 20px 0 60px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 24px;
}
#section7 .containers > img {
    width: 31px;
    height: 31px;
    margin: 60px auto 30px;
}
#section7 .containers > p:nth-of-type(2) {
    font-size: 24px;
    margin: 30px auto 35px;
}
#section7 .containers .content .steps-tab ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section7 .containers .content .steps-tab ul li {
    width: 20%;
    height: auto;
    text-align: center;
    position: relative;
}
#section7 .containers .content .steps-tab ul.tab-list li span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../img/step-common.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 99;
}
#section7 .containers .content .steps-tab ul.tab-list li.active span {
    background: url('../img/step-active.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 99;
}
#section7 .containers .content .steps-tab ul.tab-list li i {
    position: absolute;
    top: 16px;
    left: 0;
    margin-left: -50%;
    display: block;
    width: 100%;
    height: 8px;
    background: #DCDCDC;
}
#section7 .containers .content .steps-tab ul.tab-list li.active i {
    background: #3682FF;
}
#section7 .containers .content .steps-tab ul:nth-of-type(2) li h3{
    margin: 15px 0;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
}
#section7 .containers .content .steps-tab ul:nth-of-type(2) li p {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    color: #333333;
}
#section7 .containers .content .desc-lists .description {
    width: 100%;
    height: auto;
    margin-top: 70px;
}
#section7 .containers .content .desc-lists .description > div {
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}
#section7 .containers .content .desc-lists .description > div > div {
    width: 50%;
    height: auto;
}
#section7 .containers .content .desc-lists .step1-desc .step1-left,
#section7 .containers .content .desc-lists .step3-desc .step3-left {
    padding-right: 50px;
}
#section7 .containers .content .desc-lists .description > div p,
#section7 .containers .content .desc-lists .description > div ul li h3 {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

#section7 .containers .content .desc-lists .description > div ul li {
    margin-top: 30px;
    padding-left: 20px;
    position: relative;
}

#section7 .containers .content .desc-lists .description > div ul li i {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 8px;
    height: 8px;
    background: #3682FF;
    border-radius: 50%;
}

#section7 .containers .content .desc-lists .description > div ul li h3 {
    font-weight: bold;
}
#section7 .containers .content .desc-lists .description.step1-desc img {
    width: 579px;
    height: 566px;
    margin: 0 auto;
}
#section7 .containers .content .desc-lists .description.step3-desc img {
    width: 477px;
    height: 475px;
    margin: 0 auto;
}
#section7 .containers .content .desc-lists .description.step2-desc img {
    width: 596px;
    height: 540px;
    margin: 0 auto;
}
#section7 .containers .content .desc-lists .description.step4-desc img {
    width: 410px;
    height: 568px;
    margin: 0 auto;
}
#section7 .containers .content .desc-lists .description.step5-desc img {
    width: 597px;
    height: 435px;
    margin: 0 auto;
}
#section7 .containers .content .desc-lists .description.step2-desc .step2-right,
#section7 .containers .content .desc-lists .description.step4-desc .step4-right {
    padding-left: 40px;
}
#section7 .containers .content .desc-lists .description.step2-desc > div ul li,
#section7 .containers .content .desc-lists .description.step4-desc > div ul li {
    margin-top: 20px;
}
#section7 .containers .content .desc-lists .description.step5-desc > div ul li {
    padding: 0;
}
/* section7 end */

/* section8 start */
#section8 .containers > p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: center;
    margin: 20px auto 30px;
}
#section8 .containers .content > div {
    width: 100%;
    height: auto;
    margin-top: 60px;
}
#section8 .containers .content > div h2 {
    font-size: 24px;
    font-family: Roboto;
    font-weight: bold;
    color: #3682FF;
    line-height: 24px;
}
#section8 .containers .content > div p {
    margin-top: 30px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
}
#section8 .containers .content > div > div {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section8 .containers .content > div > div > div {
    width: 50%;
    height: auto;
}
#section8 .containers .content .content-left {
    padding-right: 40px;
}
#section8 .containers .content .content-left ul {
    width: 100%;
    height: auto;
}
#section8 .containers .content .content-left ul li{
    width: 100%;
    height: auto;
    padding-left: 20px;position: relative;
    font-family: Roboto;
    margin-top: 20px;
    font-size: 18px;
}
#section8 .containers .content .content-left ul li i {
    display: block;
    width: 8px;
    height: 8px;
    background: #3682FF;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}
#section8 .containers .content .content-left ul li p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
}
#section8 .containers .content .first-content .content-right img {
    width: 590px;
    height: 336px;
    margin: 0 auto;
}
#section8 .containers .content .second-content .content-right img {
    width: 590px;
    height: 513px;
    margin: 0 auto;
}
#section8 .containers .content .third-content .content-right img {
    width: 590px;
    height: 400px;
    margin: 0 auto;
}
#section8 .containers .content .first-content .ul-table {
    width: 100%;
    margin-top: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px #E5E5E5;
    border-radius: 10px;
}
#section8 .containers .content .first-content .ul-table ul {
    width: 100%;
    height: auto;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section8 .containers .content .first-content .ul-table ul li {
    width: 33.3%;
    height: 80px;
    line-height:80px;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
#section8 .containers .content .first-content .ul-table ul:not(:first-child) li {
    height: 70px;
    line-height: 70px;
}
#section8 .containers .content .first-content .ul-table ul:first-child {
    background: #EAF2FF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#section8 .containers .content .first-content .ul-table ul:first-child li {
    font-weight: 500;
}
#section8 .containers .content .first-content .ul-table ul:not(:first-child) li {
    background: #FFFFFF;
    border-bottom: 1px solid #D5D3D3;
}
#section8 .containers .content .first-content .ul-table ul:last-child li{
    border-bottom: none;
}
#section8 .containers .content .second-content .content-left .ul-table {
    width: 100%;
    height: auto;
    margin-top: 50px;
    box-shadow: 0px 0px 16px 0px #E5E5E5;
    border-radius: 10px;
}
#section8 .containers .content .second-content .content-left .ul-table ul {
    width: 100%;
    height: auto;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section8 .containers .content .second-content .content-left .ul-table ul li {
    width: 50%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    text-align: center;
    font-family: Roboto;
    margin: 0;
    padding: 0;
}
#section8 .containers .content .second-content .content-left .ul-table ul:not(:first-child) li {
    height: 60px;
    line-height: 60px;
}
#section8 .containers .content .second-content .content-left .ul-table ul:first-child {
    background: #EAF2FF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#section8 .containers .content .second-content .content-left .ul-table ul:not(:first-child) {
    padding: 0 25px;
    background: #FFF;
}
#section8 .containers .content .second-content .content-left .ul-table ul:nth-of-type(2) li {
    border-bottom: 1px solid #D5D3D3;
}
#section8 .containers .content .content-right {
    margin-top: 40px;
}
/* section8 end */

/* section9 start */
#section9 {
    width: 100%;
    height: auto;
    background: #F5F6FA;
}
#section9 .containers > p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 24px;
    margin: 20px auto 30px;
}
#section9 .containers > div {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 30px 54px 30px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px #E5E5E5;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section9 .containers > div:nth-of-type(1) {
    margin-top: 50px;
}
#section9 .containers > div .content-left {
    width: 30%;
    height: auto;
    text-align: center;
}
#section9 .containers > div .content-right {
    width: 70%;
    height: auto;
}
#section9 .containers > div:nth-of-type(1) .content-left img {
    width: 215px;
    height: 274px;
    display: inline-block;
}
#section9 .containers > div:nth-of-type(2) .content-left img {
    width: 267px;
    height: 244px;
    display: inline-block;
}
#section9 .containers > div:nth-of-type(3) .content-left img {
    width: 127px;
    height: 273px;
    display: inline-block;
}
#section9 .containers > div:nth-of-type(4) .content-left img {
    width: 319px;
    height: 274px;
    display: inline-block;
    margin-top: 30px;
}
#section9 .containers > div .content-right h3{
    font-size: 24px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
#section9 .containers > div .content-right p{
    margin-top: 20px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
/* section9 end */

/* section10 start */
#section10 .containers .content {
    margin-top: 30px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section10 .containers .content > div {
    width: 50%;
    height: auto;
}
#section10 .containers .content > div.content-left img {
    width: 512px;
    height: 552px;
    margin: 0 auto;
}
#section10 .containers .content > div.content-right {
    padding-top: 29px;
}
#section10 .containers .content > div.content-right ul {
    width: 100%;
    height: auto;
}
#section10 .containers .content > div.content-right ul li {
    padding-left: 30px;
    margin-top: 20px;
    position: relative;
}
#section10 .containers .content > div.content-right ul li i {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url('../img/section10-icon.png') no-repeat;
    background-size: 100% 100%;
}
#section10 .containers .content > div.content-right ul li span {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 300;
    color: #333333;
    line-height: 24px;
}
#section10 .containers .content > div.content-right ul li span.word-bold {
    font-weight: bold;
}
#section10 .containers > img {
    width: 31px;
    height: 31px;
    margin: 60px auto 30px;
}
#section10 .containers > p {
    font-size: 24px;
    margin: 35px auto;
    text-align: center;
}
/* section10 end */

/* section11 start */
#section11 {
    width: 100%;
    height: auto;
    background: #F5F6FA;
}
#section11 .containers .content {
    margin: 95px auto 36px;
}
#section11 .containers .content ul,
#section11 .containers .content > div {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
#section11 .containers .content ul li,
#section11 .containers .content > div > div {
    width: 30%;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 99;
}
#section11 .containers .content ul li:nth-of-type(2),
#section11 .containers .content > div > div:nth-of-type(2) {
    width: 40%;
} 

#section11 .containers .content ul li:nth-of-type(1) > div {
    width: 320px;
    height: 279px;
    margin: 0 auto;
    position: relative;
}
#section11 .containers .content ul li:nth-of-type(2) > div {
    width: 427px;
    height: 292px;
    margin: 0 auto;
    position: relative;
}
#section11 .containers .content ul li:nth-of-type(3) > div {
    width: 322px;
    height: 279px;
    margin: 0 auto;
    position: relative;
}
#section11 .containers .content ul li:nth-of-type(1) > div > img {
    width: 320px;
    height: 279px;
    margin: 0 auto;
}
#section11 .containers .content ul li:nth-of-type(2) > div > img {
    width: 427px;
    height: 292px;
    margin: 0 auto;
}
#section11 .containers .content ul li:nth-of-type(3) > div > img {
    width: 322px;
    height: 279px;
    margin: 0 auto;
}
#section11 .containers .content ul li:nth-of-type(1) > div > div {
    position: absolute;
    top: -45px;
    left: 0;
}
#section11 .containers .content ul li:nth-of-type(1) > div > div img {
    width: 117px;
    height: 146px;
}
#section11 .containers .content ul li:nth-of-type(2) > div > div{
    position: absolute;
    top: 67px;
    left: -18px;
}
#section11 .containers .content ul li:nth-of-type(2) > div > div img {
    width: 218px;
    height: 233px;
}
#section11 .containers .content ul li:nth-of-type(3) > div > div {
    position: absolute;
    top: 72px;
    right: -70px;
}
#section11 .containers .content ul li:nth-of-type(3) > div > div img {
    width: 111px;
    height: 187px;
}
#section11 .containers .content > div h3 {
    margin: 30px auto;
    font-size: 24px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
}
#section11 .containers .content > div > div p {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
    opacity: 0.7;
}
#section11 .containers > a {
    margin-top: 35px;
}
#section11 .containers .content > div > div span {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: url('../img/step-active.png') no-repeat;
    background-size: 100% 100%;
}
#section11 .containers .content > div > p {
    width: 70%;
    height: 7px;
    background: #DCDCDC;
    border-radius: 3px 3px 3px 3px;
    margin: 0 auto;
    position: absolute;
    top: 17px;
    left: 14%;
}
/* section11 end */

/* section12 start */
 #section12 {
    width: 100%;
    height: 635px;
}
#section12 .containers {
    position: relative;
}
#section12 .containers .content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 240px;
    background: #FDFDFD;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#section12 .containers .content .content-left {
    width: 50%;
    height: auto;
    background: #F5F5F5;
    padding: 87px 70px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#section12 .containers .content .content-right {
    width: 50%;
    height: auto;
    padding: 87px 94px 78px 117px;
    box-shadow:0px 0px 2px 0px rgba(202, 201, 201, 0.6);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#section12 .containers .content .content-left h3{
    font-size: 30px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
}
#section12 .containers .content .content-left ul {
    width: 100%;
    height: auto;
}
#section12 .containers .content .content-left ul li {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 55px;
    padding-left: 70px;
}
#section12 .containers .content .content-left ul li span {
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    color: #333333;
}
#section12 .containers .content .content-left ul li:nth-of-type(1) i {
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 47px;
    height: 42px;
    background: url('../img/section12-icon1.png') no-repeat;
    background-size: 100% 100%;
}
#section12 .containers .content .content-left ul li:nth-of-type(2) i {
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    width: 57px;
    height: 34px;
    background: url('../img/section12-icon2.png') no-repeat;
    background-size: 100% 100%;
}
#section12 .containers .content .content-left ul li:nth-of-type(3) i {
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    width: 46px;
    height: 41px;
    background: url('../img/section12-icon3.png') no-repeat;
    background-size: 100% 100%;
}
#section12 .containers .content .content-right > div:nth-of-type(1) .hide{
    display: none;
}
#section12 .containers .content .content-right > div:nth-of-type(1) .active{
    display: block;
}
#section12 .containers .content .content-right .p1 {
    font-size: 30px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}
#section12 .containers .content .content-right ul {
    width: auto;
    height: auto;
    margin: 30px 0;
}
#section12 .containers .content .content-right ul li {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: rgb(153, 153, 153);
    line-height: 22px;
    padding-bottom: 5px;
    cursor: pointer;
    border-bottom: 0;
}
#section12 .containers .content .content-right ul li:nth-of-type(2) {
    margin-left: 20px;
}
#section12 .containers .content .content-right ul li.active {
    font-weight: bold;
    border-bottom: 2px solid #196FFC;
}
#section12 .containers .content .content-right .form-group {
    width: 385px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 2px;
}
#section12 .containers .content .content-right .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    color: #9799A4;
    line-height: 50px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#section12 .containers .content .content-right .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
#section12 .containers .content .content-right button.btn {
    width: 385px;
    height: 50px;
    line-height: 50px;
    background: #8CADEE;
    border-radius: 2px;
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
    border-color: unset;
    padding: 0;
}
#section12 .containers .content .content-right #areaVal {
    text-align: center;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    white-space: nowrap;
    position: relative;
    z-index: 2;
    height: 48px;
    display: block;
    width: 100%;
    line-height: 35px;
    font-size: 16px;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding-right: 0;
    padding-left: 0;
}
#section12 .containers .content .content-right .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
#section12 .containers .content .content-right .oauth-sign {
    width: 385px;
    height: auto;
}
#section12 .containers .content .content-right .oauth-sign p {
    width: 100%;
    margin: 5px auto 30px;
    text-align: center;
    border-bottom: 1px solid #E7E7E7;
    position: relative;
}
#section12 .containers .content .content-right .oauth-sign p span {
    display: inline-block;
    text-align: center;
    position: relative;
    color: #AEAEAE;
    bottom: -10px;
    background: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 17px;
    padding: 0 10px;
}
#section12 .containers .content .content-right .oauth-sign > div {
   width: 100%;
   height: auto;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
#section12 .containers .content .content-right .oauth-sign > div > div {
    width: 160px;
    height: 35px;
    border: 1px solid #E7E7E7;
    line-height: 35px;
    text-align: center;
}
#section12 .containers .content .content-right .oauth-sign > div > div .fb {
    display: inline-block;
    width: 69px;
    height: 14px;
    background: url('../img/fb.png') no-repeat;
    background-size: 100% 100%;
}
#section12 .containers .content .content-right .oauth-sign > div > div .ge {
    display: inline-block;
    width: 51px;
    height: 14px;
    background: url('../img/ge.png') no-repeat;
    background-size: 100% 100%;
}
#section12 .containers .content .content-right > a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #AEAEAE;
    line-height: 24px;
    cursor: pointer;
}
#section12 .containers .content .content-right .form .form-group.p1 {
    font-size: 28px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 38px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 10px;
    height: 50px;
}
#section12 .containers .content .content-right .form .form-group.p2 {
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-bottom: 10px;
    height: 50px;
}
#section12 .containers .content .content-right .form .input-group-prepend {
    margin-right: -1px;
    display: inline-block;
    width: 20%;
    vertical-align: top;
    border: none;
    height: 48px;
    line-height: 48px;
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
    height: 48px;
    display: block;
    width: 100%;
    line-height: 35px;
    font-size: 16px;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding-right: 0;
    padding-left: 0;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5rem;
}
.item span {
    font-weight: 400;
    float: right;
}
#section12 .containers .content .content-right .form .p1 input {
    display: inline-block;
    width: 78%;
    vertical-align: top;
    border: none;
    height: 38px;
    line-height: 38px;
    box-shadow: none;
    border-color: #ced4da;
}
#section12 .containers .content .content-right .form .form-control{
    height: 45px;
    font-size: 16px;
}
#section12 .containers .content .content-right .form .p1 input, 
#section12 .containers .content .content-right .form .form-control {
    height: 48px;
    line-height: 48px;
}
#section12 .containers .content .content-right .form .p2 input {
    display: inline-block;
    width: 227px;
    vertical-align: middle;
    border: none;
    height: 48px;
    line-height: 48px;
    box-shadow: none;
    border-color: #ced4da;
    font-size: 15px;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(151, 153, 164, 1);
}
#section12 .containers .content .content-right .form .p2 a {
    display: inline-block;
    width: 130px;
    vertical-align: middle;
    border-left: 1px solid #ced4da;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #007bff;
}
.dropdown-menu.show {
    display: block;
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(93px, -135px, 0px);
}
/* section12 end */

/* section13 start */  
#section13 {
    width: 100%;
    height: auto;
    background: url('../img/section13-bg.jpg') no-repeat;
    background-size: 100% 100%;
}
#section13 .containers {
    padding-top: 365px;
}
#section13 .containers > h2 {
   font-size: 40px;
   font-family: Roboto;
   font-weight: bold;
   color: #FFFFFF;
}
#section13 .containers > h2::after {
    background: #0D72FF;
}
#section13 .containers .content {
   margin-top: 75px;
}
#section13 .containers .content ul {
   width: 100%;
   height: auto;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
#section13 .containers .content ul li {
   width: 25%;
   height: auto;
   font-size: 18px;
   font-family: Adobe Heiti Std;
   font-weight: normal;
   color: #FFFFFF;
   text-align: center;
   line-height: 30px;
}
#section13 .containers .content ul:nth-of-type(1) li {
   font-size: 55px;
   font-family: Source Han Sans TW;
   font-weight: bold;
   color: #FFFFFF;
   line-height: normal;
}

#section13 .containers .content ul:nth-of-type(1) li strong {
    color: #1E53FF;
    font-weight: 800;
}
#section13 .containers .content ul:nth-of-type(1) li span {
   color: #164BFF;
}
#section13 .containers .content ul:nth-of-type(1) li:nth-of-type(2) img {
    width: 224px;
    height: 200px;
    margin: 0 auto;
}
#section13 .containers .content ul:nth-of-type(1) li:nth-of-type(3) img {
    width: 168px;
    height: 200px;
    margin: 0 auto;
}
#section13 .containers .content ul:nth-of-type(1) li:nth-of-type(4) img {
    width: 168px;
    height: 200px;
    margin: 0 auto;
}
#section13 .containers .content ul:nth-of-type(2) {
   margin: 45px 0 0;
}
#section13 .containers .content ul:nth-of-type(3) {
   margin-bottom: 5px;
}
#section13 .containers .content ul:last-child li {
   font-size: 14px;
   font-family: SourceHanSansSC;
   font-weight: 400;
   color: #FFFFFF;
   opacity: 0.4;
}
/* section13 end */  

 /* section14 start */
 #section14 .containers .content{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 60px;
}
#section14 .containers .content .content-left {
    width: 396px;
    height: 462px;
    margin-top: -60px;
    float: left;
}
#section14 .containers .content .content-right {
   width: 650px;
   margin-left: 110px;
   float: left;
}
#section14 .containers .content .content-right p {
   font-size: 24px;
   font-family: Roboto;
   font-weight: 400;
   color: #333333;
   line-height: 48px;
}
#section14 .containers .content .content-right ul {
   width: 100%;
   height: auto;
}
#section14 .containers .content .content-right ul li {
   padding-left: 20px;
   font-size: 24px;
   font-family: Roboto;
   font-weight: 500;
   color: #333333;
   line-height: 48px;
   position: relative;
}
#section14 .containers .content .content-right ul li i {
   display: block;
   position: absolute;
   top: 20px;
   left: 0;
   width: 8px;
   height: 8px;
   background: #3682FF;
   border-radius: 50%;
}
/* section14 end */

/* footer-fixed start */
.footer-fixed {
    display: none;
    width: 100%;
    height: 108px;
    background: url('../img/foot-bg.png') no-repeat;
    background-color:rgba(55,130,255,1);
    background-size: 100% 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.footer-fixed div.content {
   position: absolute;
   top: 10px;
   left: 38%;
}
.footer-fixed .close-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 38px;
    height: 38px;
    background: url('../img/close-icon.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.footer-fixed div.content > div {
   height: auto;
   float: left
}
.footer-fixed div.content > div p:nth-of-type(1) {
   font-size: 40px;
   font-family: Roboto;
   font-weight: bold;
   color: #FFFFFF;
   text-align: center;
}
.footer-fixed div.content > div p:nth-of-type(2) {
   font-size: 28px;
   font-family: Roboto;
   font-weight: 500;
   color: #FFFFFF;
   text-align: center;
}
.footer-fixed div.content .fixed-btn {
    display: block;
    float: left;
    margin-left: 60px;
    width: 200px;
    height: 68px;
    margin-top: 10px;
    line-height: 68px;
    font-size: 26px;
    font-family: Roboto;
    font-weight: bold;
    color: #333333;
    text-align: center;
    background: linear-gradient(0deg, #FDE66D, #FFD03E);
    border-radius: 34px;

}
/* footer-fixed end */

@media screen and (max-width:768px) { 

    html{
        font-size: 62.5;
    }
    body{
        font-family: normal 100% Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-size: 1.4rem;
    }
    /* public css start */
    .sections .containers {
        max-width: none;
        height: auto;
        margin: 0 auto;
        padding: 5rem 2rem;
    }
    .sections .containers > h2 {
        font-size: 2.6rem;
        line-height: 3.2rem;
        font-family: Roboto;
        font-weight: bold;
        color: #333333;
        margin: 0 1.6rem;
        width: auto;
    }            
    .sections .containers > h2::after {
        content: '';
        display: block;
        width: 4rem;
        height: 0.2rem;
        background: #FF671F;
        margin: 1.5rem auto 3rem;
    }
    .sections .containers .register-btn {
        width: 27rem;
        height: 4rem;
        line-height: 4rem;
        background: #3682FF;
        border-radius: 2rem;
        font-size: 2rem;
        font-family: Roboto;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
    }
    /* public css end */

    /* section1 mobile start */
    #section1 {
        background: unset;
        padding-top: 50px;
    }
    #section1 .content-top {
        width: 100%;
        height: auto;
        background: #021027;
        position: relative;
    }
    #section1 .content-top h3 {
        padding: 5.8rem 0 1.6rem 1.8rem;
        font-size: 4.6rem;
        font-family: Roboto;
        font-weight: bold;
        color: #FFFFFF;
    }
    #section1 .content-top img:nth-of-type(1) {
        position: absolute;
        top: 0;
        left: 0;
        width: 5.2rem;
        height: 2.7rem;
    }
    #section1 .content-top img:nth-of-type(2) {
        position: absolute;
        bottom: 1.6rem;
        right: 0;
        width: 4.4rem;
        height: 5.7rem;
    }
    #section1 .content-bottom {
        width: 100%;
        height: auto;
        background:url('../img/section1-main-img-m.png') no-repeat;
        background-size: 100% 100%;
        padding: 1.2rem 6.8rem 18.7rem 1.8rem;
        position: relative;
    }
    #section1 .content-bottom p {
        font-size: 1.6rem;
        font-family: Roboto;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 2.4rem;
    }
    #section1 .content-bottom a {
        display: inline-block;
        width: 18rem;
        height: 4rem;
        line-height: 4rem;
        margin-top: 3.5rem;
        font-size: 2rem;
        font-family: Roboto;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        background: #3682FF;
        border-radius: 2rem;
    }
    #section1 .content-bottom img:nth-of-type(1) {
        position: absolute;
        bottom: 2rem;
        left: 3.5rem;
        width: 5.3rem;
        height: 5.2rem;
    }
    #section1 .content-bottom img:nth-of-type(2) {
        position: absolute;
        bottom: 4.6rem;
        right: 0;
        width: 4rem;
        height: 4.6rem;
    }
    /* section1 mobile end */

    /* section2 mobile start */
    #section2 .containers {
        padding: 5rem 0.8rem;
    }
    #section2 .containers > h2 {
        font-size: 2.6rem;
        line-height: 3.2rem;
        font-family: Roboto;
        font-weight: bold;
        color: #333333;
    }
    #section2 .containers > p {
        margin: 3rem 0;
        font-size: 1.6rem;
        font-family: Roboto;
        font-weight: 400;
        color: #333333;
        line-height: 2rem;
        text-align: center;
    }
    #section2 .content {
        padding: 0 1rem;
    }
    #section2 .content .content-right {
        width: 100%;
    }
    #section2 .content .content-right ul {
        background: #FFFFFF;
        box-shadow: 0px 0px 8px 0px #E5E5E5;
        border-radius: 4px 3px 3px 3px;
        padding: 1.8rem;
    }
    #section2 .content .content-right ul li i {
        top: 1.7rem;
        border-width: 4.5px 0 4.5px 8px;
    }
    #section2 .content .content-right ul li {
        padding-left: 1.5rem;
        font-size: 1.6rem;
        line-height: 4.2rem;
    }
    #section2 .content .content-right > p {
        line-height: 2.4rem;
        margin-top: 2.4rem;
        text-align: center;
        font-size: 1.6rem;
    }
    /* section2 mobile end */

    /* section3 mobile start */
    #section3 .containers {
        padding: 5rem 0;
    }
    #section3 .content {
        margin-top: 0;
        text-align: center;
    }
    #section3 .content img {
        width: 33rem;
        height: 40.6rem;
    }
    #section3 #tvIframe{
        height: 42rem;
        border: 1px solid #e0e3eb;
        width: calc(100% - 1.5rem);
        margin: 1.4rem auto 0;
    }
    #section3 .code-box{
        margin: 3rem auto 0;
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 0px 18px 0px #CAC9C9;
        border-radius: 1rem;
        padding:2rem 0 2.2rem;
        width: calc(100% - 1.5rem);
    }
    #section3 .code-name img{
        width: 4.5rem;
        height: 4.5rem;
        margin-left: 1rem;
        margin-right: 2rem;
    }
    #section3 .code-btn{
        width: 100%;
    }
    #section3 .code-btn .sell-btn{
        display: inline-block;
        width: 14rem;
        height: 4rem;
        line-height: 4rem;
        background: #009E4A;
        box-shadow: 0px 8px 4px 0px rgba(208, 228, 208, 0.56);
        opacity: 0.95;
        border-radius: 3px;
        font-size: 2rem;
        float: left;
        margin: 0;
        margin-left: 1rem;
    }
    #section3 .code-btn .buy-btn{
        display: inline-block;
        width: 14rem;
        height: 4rem;
        line-height: 4rem;
        background: #EC4330;
        box-shadow: 0px 8px 4px 0px rgba(228, 208, 208, 0.56);
        opacity: 0.95;
        border-radius: 3px;
        font-size: 2rem;
        float: right;
        margin: 0;
        margin-right: 1rem;
    }
    #section3 .code-price .nowPrice{
        font-size: 3rem;
        font-family: Roboto;
        font-weight: bold;
        color: #333333;
        line-height: 3rem;
        display: inline-block;
        margin-right: 1rem;
    }
    #section3 .code-price .dailyPercent{
        font-size: 1.2rem;
        font-family: Roboto;
        font-weight: 500;
        color: #009E4A;
        line-height: 1.2rem;
        display: inline-block;
    }
    #section3 .code-price  .code-minmax{
        font-size: 1.2rem;
        font-family: Roboto;
        font-weight: 400;
        color: #333333;
        line-height: 1.2rem;
        display: inline-block;
        margin-top:0;
        margin-left: 1rem;
    }
    #section3 .code-price  .code-minmax span{
        margin-right: 2rem;
    }
    #section3 .code-price .deily-status.down::before{
        content:'+';
        font-size: 1.2rem;
        font-family: Roboto;
        font-weight: 500;
        color: #EC4330;
        line-height: 1.2rem;
        display: inline-block;
    }
    #section3 .code-price .deily-status.up::before{
        content:'-';
        font-size: 1.2rem;
        font-family: Roboto;
        font-weight: 500;
        color: #009E4A;
        line-height: 1.2rem;
        display: inline-block;
    }
    #section3 .code-box .code-name,
    #section3 .code-box .code-price,
    #section3 .code-box .code-btn{
        display: inline-block;
        vertical-align: top;
    }
    #section3 .code-box .code-btn{
        margin-top:1rem;
    }
    #section3 .code-btn{
        float: none;
        margin-right: 0;
    }
    /* section3 mobile end */

    /* section4 mobile start */
    #section4 .containers {
        padding: 5rem 0rem;
    }
    #section4 .containers > p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin: 2rem 1.6rem 3rem;
    }
    #section4 .containers ul {
        justify-content: normal;
        flex-wrap: unset;
    }
    .mobile-carousel .swiper-slide {
        transform: scale(0.85);
        -webkit-transition: transform 1.0s;
    }
    .mobile-carousel .swiper-slide-active {
        transform: scale(1);
    }
    #section4 .containers ul li {
        box-shadow: none;
        padding: 0;
    }
    #section4 .containers ul li > div {
        width: 280px;
        height: 47.7rem;
        padding: 50px 20px 35px;
        background: #FFFFFF;
        box-shadow: 0px 0px 16px 0px #E5E5E5;
        border-radius: 5px;
    }
    #section4 .containers ul li.swiper-slide > div {
        padding-left: 3.5rem;
        padding-right: 3rem;
        margin: 0 auto;
        width: 100%;
    }
    #section4 .containers ul li.swiper-slide-active > div {
        padding: 5rem 2rem 3.5rem;
        margin: 0 auto;
    }
    #section4 .containers ul li:nth-of-type(3) {
        padding: 0;
    }
    /* section4 mobile end */

    /* section5 mobile start */
    #section5 .containers > h2 {
        font-size: 2.8rem;
    }
    #section5 .containers > p {
        font-size: 1.6rem;
        line-height: 2rem;
        text-align: left;
        margin: 3rem auto 3rem;
    }
    #section5 .containers .content ul li {
        margin-bottom: 5rem !important;
    }
    #section5 .containers .content ul li > div {
        width: 100%;
    }
    #section5 .containers .content ul li > div h3 {
        margin-bottom: 3rem;
        font-size: 2.4rem;
    }
    #section5 .containers .content ul li > div p {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    #section5 .containers .content ul li > div img {
        width: 33.6rem;
        height: 21rem;
        margin: 3rem auto;
    }
    #section5 .containers .content ul li:last-child > div img {
        height: 23.3rem;
    }
    #section5 .containers .content ul li:last-child {
        margin-bottom: 0 !important;
    }
    /* section5 mobile end */

     /* section6 mobile start */
     #section6 .content {
        padding: 0 1rem;
    }
    #section6 .containers {
        padding: 5rem 0;
    }
    #section6 .content .table {
        margin: 3rem auto;
        border-radius: 4px;
    }
    #section6 .content .table ul:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        box-shadow: 0px 0px 10px 0px rgba(202, 201, 201, 0.6);
    }
    #section6 .content .table ul {
        padding: 0 1.4rem 0 0.8rem;
    }
    #section6 .content .table ul li {
        height: auto;
        line-height: unset;
        padding: 1.5rem  0;
        font-size: 1.4rem;
    }
    #section6 .content .table ul:not(:first-child) li {
        font-weight: 400;
    }
    #section6 .content .table ul li:nth-of-type(2) {
        width: 20%;
    }
    #section6 .content .table ul li:nth-of-type(3) {
        width: 30%;
    }
    #section6 .content .table ul:nth-of-type(3) li:not(:first-child) {
        padding: 2.2rem 0;
    }
    #section6 .content .table ul:nth-of-type(8) li:not(:first-child) {
        padding: 3rem 0;
    }
    #section6 .content > p {
        font-size: 1.6rem;
        color: #F5F6FA;
    }
    #section6 .content > img {
        width: 1.6rem;
        height: 1.6rem;
        margin: 2rem auto;
    }
    #section6 .containers .content > a {
        background: #3682FF;
        margin-top: 2rem;
    }
    /* section6 mobile end */

    /* section7 mobile start */
    #section7 .containers {
        padding: 5rem 0;
    }
    #section7 .containers > p {
        padding: 0 4%;
        font-size: 1.6rem;
        text-align: left;
        margin: 3rem auto;
    }
    #section7 .containers .content .desc-lists .description {
        display: block !important;
        margin-top: 0;
    }
    #section7 .containers .content .desc-lists .description > div {
        padding: 0 4%;
    }
    #section7 .containers .content .desc-lists .description > h3 {
        width: 100%;
        height: 5rem;
        line-height: 5rem;
        background: #EAEBEC;
        padding-left: 4%;
        font-size: 2rem;
        font-family: Roboto;
        font-weight: bold;
        color: #333333;
        border-bottom: 1px solid #3682FF;
    }
    #section7 .containers .content .desc-lists .description:not(:nth-of-type(1)) > h3 {
        margin-top: 2rem;
    }
    #section7 .containers .content .desc-lists .description > div p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin: 3rem 0;
    }
    #section7 .containers .content .desc-lists .description > div ul p {
        margin-top: 0;
    }
    #section7 .containers .content .desc-lists .description > div > div {
        width: 100%;
    }
    #section7 .containers .content .desc-lists .description.step1-desc img {
        width: 29rem;
        height: 28.3rem;
        margin: 3rem auto;
    }
    #section7 .containers .content .desc-lists .description.step2-desc img {
        width: 29.8rem;
        height: 27rem;
        margin: 3rem auto;
    }
    #section7 .containers .content .desc-lists .description.step3-desc img {
        width: 33.4rem;
        height: 33.3rem;
        margin: 3rem auto;
    }
    #section7 .containers .content .desc-lists .description.step4-desc img {
        width: 28.7rem;
        height: 39.8rem;
        margin: 3rem auto;
    }
    #section7 .containers .content .desc-lists .description.step5-desc img {
        width: 35.9rem;
        height: 26.1rem;
        margin: 3rem auto;
    }
    #section7 .containers .content .desc-lists .step1-desc .step1-left, 
    #section7 .containers .content .desc-lists .step3-desc .step3-left {
        padding-right: 0;
    }
    #section7 .containers .content .desc-lists .description.step2-desc .step2-right, 
    #section7 .containers .content .desc-lists .description.step4-desc .step4-right {
        padding-left: 0;
    }
    #section7 .containers .content .desc-lists .description > div ul li h3 {
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    #section7 .containers .content .desc-lists .description > div ul li {
        padding-left: 1.5rem;
    }
    #section7 .containers .content .desc-lists .description > div ul li i {
        width: 0.6rem;
        height: 0.6rem;
    }
    #section7 .containers > img {
        width: 1.6rem;
        height: 1.6rem;
        margin: 0 auto 1.5rem;
    }
    #section7 .containers > p:nth-of-type(2) {
        font-size: 1.6rem;
        margin: 1.5rem auto 2rem;
        text-align: center;
    }
    /* section7 mobile end */
    /* section8 mobile start */
    #section8 .containers {
        padding-bottom: 2rem;
    }
    #section8 .containers > h2 {
        font-size: 2.8rem;
    }
    #section8 .containers > p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin: 3rem auto;
        text-align: left;
    }
    #section8 .containers .content > div {
        margin-top: 5rem;
    }
    #section8 .containers .content > div h2 {
        font-size: 1.8rem;
    }
    #section8 .containers .content > div p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin: 3rem auto;
    }
    #section8 .containers .content > div img {
        width: 29.5rem;
        height: 16.8rem;
        margin: 3rem auto;
    }      
    #section8 .containers .content > div.second-content img {
        width: 29.5rem;
        height: 25.7rem;
    }
    #section8 .containers .content > div.third-content img {
        width: 29.5rem;
        height: 20rem;
    }
    #section8 .containers .content .content-left {
        padding-right: 0;
    }
    #section8 .containers .content > div > div > div {
        width: 100%;
    }      
    #section8 .containers .content .content-left ul li:nth-of-type(1) {
        margin-top: 0;
    }
    #section8 .containers .content .content-left ul li p {
        margin-top: 0;
        font-size: 1.6rem;
        line-height: 2.4rem;
    }
    #section8 .containers .content .first-content .ul-table {
        margin-top: 0;
        border-radius: 5px;
    }
    #section8 .containers .content .first-content .ul-table ul:first-child {
        box-shadow: 0px 0px 5px 0px rgba(200, 217, 246, 0.6);
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    #section8 .containers .content .first-content .ul-table ul {
        padding: 0 1.6rem;
    }
    #section8 .containers .content .first-content .ul-table ul li {
        font-size: 1.4rem;
    }
    #section8 .containers .content .first-content .ul-table ul:nth-of-type(1) li {
        line-height: normal;
        height: auto;
        padding: 1.5rem 0.5rem;
    }
    #section8 .containers .content .first-content .ul-table ul:nth-of-type(1) li:nth-of-type(3) {
        padding: 1.5rem;
    }
    #section8 .containers .content .first-content .ul-table ul:not(:first-child) li{
        min-height: 5rem;
        line-height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #section8 .containers .content .second-content .content-left .ul-table {
        margin-top: 3rem;
    }
    #section8 .containers .content .second-content .content-left .ul-table ul,
    #section8 .containers .content .second-content .content-left .ul-table ul:not(:first-child) {
        padding: 0 1.6rem;
    }
    #section8 .containers .content .second-content .content-left .ul-table ul:first-child {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    #section8 .containers .content .second-content .content-left .ul-table ul:first-child li {
        font-weight: 500;
    }
    #section8 .containers .content .second-content .content-left .ul-table {
        box-shadow: 0px 0px 8px 0px #E5E5E5;
        border-radius: 5px;
    }
    #section8 .containers .content .second-content .content-left .ul-table ul li,
    #section8 .containers .content .second-content .content-left .ul-table ul:not(:first-child) li {
        height: 5rem;
        line-height: 5rem;
        font-size: 1.4rem;
    }
    #section8 .containers .content > div.third-content h2 {
        position: relative;
        padding-left: 2rem;
    }
    #section8 .containers .content > div.third-content h2 span {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1.8rem;
        font-family: Roboto;
        font-weight: bold;
        color: #3682FF;
        line-height: 2.4rem;
    }
    #section8 .containers .content .content-left ul li {
        padding-left: 1.5rem;
        margin-top: 1rem;
        font-size: 1.6rem;
    }
    #section8 .containers .content .content-left ul li i {
        width: 6px;
        height: 6px;
    }
    #section8 .containers .content .third-content .content-left ul li {
        font-weight: 500;
    }
    /* section8 mobile end */
    /* section9 mobile start */
    #section9 .containers > p {
        font-size: 1.6rem;
        text-align: left;
    }
    #section9 .containers > div {
        margin-top: 5rem;
        box-shadow: 0px 0px 8px 0px #E5E5E5;
        border-radius: 3px;
        margin-top: 3rem;
        padding: 3rem 2.5rem;
    }
    #section9 .containers > div .content-right {
        width: 100%;
    }

    #section9 .containers > div img {
        width: 10.8rem;
        height: 13.7rem;
        margin: 3rem auto;
    }
    #section9 .containers > div:nth-of-type(2) img {
        width: 14.5rem;
        height: 13.8rem;
    }
    #section9 .containers > div:nth-of-type(3) img {
        width: 6.4rem;
        height: 13.7rem;
    }
    #section9 .containers > div:nth-of-type(4) img {
        width: 16rem;
        height: 13.7rem;
    }
    #section9 .containers > div .content-right h3 {
        font-size: 2rem;
        text-align: center;
    }
    #section9 .containers > div .content-right p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-top: 3rem;
    }
    /* section9 mobile end */
    /* section10 mobile start */
    #section10 .containers {
        padding: 5rem 0;
    }
    #section10 .containers .content {
        padding: 0 4%;
    }
    #section10 .containers .content > div {
        width: 100%;
    }
    #section10 .containers .content > div.content-left img {
        width: 30.7rem;
        height: 33.1rem;
        margin: 0 auto;
    }
    #section10 .containers .content > div.content-right ul li {
        font-size: 1.6rem;
        line-height: 2.4rem;
        padding-left: 2.5rem;
    }
    #section10 .containers .content > div.content-right ul li:nth-of-type(1) {
        margin-top: 0;
    }
    #section10 .containers .content > div.content-right ul li i {
        width: 1.5rem;
        height: 1.5rem;
    }
    #section10 .containers > img {
        width: 1.5rem;
        height: 1.5rem;
        margin: 5.5rem auto 1.5rem;
    }
    #section10 .containers > p {
        padding: 0 4%;
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin: 1.5rem auto;
        text-align: center;
    }
    #section10 .containers .content > div.content-right ul li span {
        font-size: 1.6rem;
    }
    /* section10 mobile end */

    /* section11 mobile start */
    #section11 .containers .content {
        margin-top: 0;
    }
    #section11 .containers .content > div > div {
        width: 100% !important; 
    }
    #section11 .containers .content > div > div span {
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 1.4rem;
        font-family: Roboto;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
    }
    #section11 .containers .content > div h3 {
        margin: 1.6rem 0 2rem 0;
        font-size: 2rem;
    }
    #section11 .containers .content > div > div p {
        font-size: 1.6rem;
        font-family: Roboto;
        font-weight: 400;
        color: #333333;
        opacity: 0.7;
    }
    #section11 .containers .content > div  div.first-step > div{
        position: relative;
        width: 28.8rem;
        height: 25.1rem;
        margin: 7rem auto 5rem;
    }
    #section11 .containers .content > div  div.second-step > div {
        position: relative;
        width: 28.8rem;
        height: 26.3rem;
        margin: 3rem auto 6.5rem;
    }
    #section11 .containers .content > div div.third-step > div {
        margin: 3rem 0;
        position: relative;
        width: 29rem;
        height: 25.1rem;
    }
    #section11 .containers .content > div div.first-step img:nth-of-type(1) {
        width: 28.8rem;
        height: 25.1rem;
        margin: 0 auto;
    }
    #section11 .containers .content > div div.first-step img:nth-of-type(2) {
        position: absolute;
        top: -4.1rem;
        left: 0;
        width: 10.5rem;
        height: 13.1rem;
    }
    #section11 .containers .content > div div.second-step img:nth-of-type(1) {
        width: 28.8rem;
        height: auto;
        margin: 0 auto;
    }
    #section11 .containers .content > div div.second-step img:nth-of-type(2) {
        position: absolute;
        bottom: -0.4rem;
        right: -3.7rem;
        width: 19.6rem;
        height: auto;
    }
    #section11 .containers .content > div div.third-step img:nth-of-type(1) {
        width: 29rem;
        height: 25.1rem;
        margin: 0;
    }
    #section11 .containers .content > div div.third-step img:nth-of-type(2) {
        position: absolute;
        right: -6.3rem;
        bottom: 1.7rem;
        width: 10rem;
        height: 16.8rem;
    }
    /* section11 mobile end */

    /* section13 mobile start */
    #section13-m {
        width: 100%;
        height: auto;
        background: url('../img/section13-bg-m.png') no-repeat;
    }
    #section13-m .m-index-award {
        color: #FFFFFF;
        padding: 50px 0 0 0;
        text-align: center;
        position: relative;
    }
    #section13-m .m-index-award h3 {
        width: auto;
        height: auto;
        font-size: 22px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        line-height: 32px;
    }
    #section13-m .m-index-award h3::after {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        margin: 15px auto 0;
        background: #FF671F;
    }
    #section13-m .m-index-award .swiper-slide {
        margin-top: 50px;
    }
    #section13-m .m-index-award .m-content,
    #section13-m .m-index-award .m-content .m-animate-num{
        font-size: 41px;
        font-family: SourceHanSansSC;
        font-weight: 800;
        color: rgba(255, 255, 255, 1);
        line-height: 29px;
    }
    #section13-m .m-index-award .m-content strong {
        color: #1E53FF;
        font-weight: 800;
    }
    #section13-m .m-index-award .m-content img {
        margin: 0 auto 0;
    }
    #section13-m .m-index-award .m-content img.mid {
        width: 224px;
        height: 200px;
    }
    #section13-m .m-index-award .m-content img.mid2 {
        width: 168px;
        height: 200px;
    }
    #section13-m .m-index-award .m-content img.mid3 {
        width: 168px;
        height: 200px;
    }
    #section13-m .m-index-award .swiper-wrapper .no-img .m-content {
        margin-top: 100px;
        margin-bottom: 80px;
    }
    #section13-m .m-index-award .swiper-slide span {
        display: block;
        font-size: 14px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }
    #section13-m .m-index-award .swiper-slide em {
        font-size: 10px;
        font-family: SourceHanSansSC;
        font-weight: 400;
        font-style: normal;
        color: rgba(255, 255, 255, 1);
        opacity: 0.4;
    }
    #section13-m .m-index-award .swiper-slide {
        padding-bottom: 110px;
    }
    #section13-m .m-index-award .swiper-container-horizontal>.swiper-pagination-bullets,
    #section13-m .swiper-pagination-custom,
    #section13-m .swiper-pagination-fraction {
        bottom: 40px;
    }
    #section13-m .m-index-award .swiper-pagination-bullet {
        background: #999999;
    }
    #section13-m .m-index-award .swiper-pagination-bullet-active {
        background: #0047BB;
    }
    #section13-m .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    #section13-m .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6.5px;
    }
    /* section13 mobile end */
    /* section14 mobile start */
    #section14 .containers .content {
        margin-top: 0;
    }
    #section14 .containers .content img{
        margin: 0 auto 3rem;
        width: 13.9rem;
        height: 16.2rem;
    }
    #section14 .containers .content .content-right {
        margin-left: 0;
        width: 100%;
        padding: 0 1.5rem 0 2rem;
    }
    #section14 .containers .content .content-right p{
        font-size: 16px;
        line-height: 24px;
    }
    #section14 .containers .content .content-right ul {
        margin: 3rem auto;
    }
    #section14 .containers .content .content-right ul li {
        font-size: 16px;
        line-height: 20px;
        margin-top: 2rem;
        padding-left: 1.5rem;
    }
    #section14 .containers .content .content-right ul li i {
        width: 0.6rem;
        height: 0.6rem;
        top: 5px;
    }
    /* section14 mobile end */
    /* footer-fixed moblie start */
    .footer-fixed-m {
        width: 100%;
        height: 7.6rem;
        position: fixed;
        left: 0;
        bottom: 0;
        background: #3682FF;
        padding: 0 1.5rem;
        z-index: 100;
    }
    .footer-fixed-m img {
        display: block;
        width: 5.6rem;
        height: 6.1rem;
        float: left;
        margin-top: 1rem;
    }
    .footer-fixed-m div:nth-of-type(1) {
        display: block;
        float: left;
        padding: 2rem 0;
        margin-left: 4.5%;
    } 
    .footer-fixed-m div:nth-of-type(1) h3 {
        font-size: 18px;
        font-family: Roboto;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
    }
    .footer-fixed-m div:nth-of-type(1) p {
        font-size: 12px;
        font-family: Roboto;
        font-weight: bold;
        color: #FFFFFF;
    }
    .footer-fixed-m a {
        display: block;
        width: 10rem;
        height: 3.4rem;
        line-height: 3.4rem;
        text-align: center;
        font-size: 16px;
        font-family: Roboto;
        font-weight: bold;
        color: #333333;
        background: linear-gradient(0deg, #FDE66D, #FFD03E);
        border-radius: 17px;
        float: right;
        margin-top: 2rem;
    }
    .footer-fixed-m .close-icon {
        position: absolute;
        top: 0.5rem;
        right: 0.5rem;
        width: 1.5rem;
        height: 1.5rem;
        background: url('../img/close-icon.png') no-repeat;
        background-size: 100% 100%;
    }
    /* footer-fixed moblie end */
}
#section12 .containers .content .content-right .input-tips{
    width: 100%;
    min-height: 20px;
    height: auto;
    text-align: center;
    color: red;
    line-height: 20px;
}